projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
610d096
)
Fix misspelled comment.
author
Paul Eggert
<eggert@twinsun.com>
Wed, 6 Dec 1995 10:17:57 +0000
(10:17 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Wed, 6 Dec 1995 10:17:57 +0000
(10:17 +0000)
src/alloca.s
patch
|
blob
|
history
diff --git
a/src/alloca.s
b/src/alloca.s
index 0bcc950f85e99806f63b0be4169da0967e7df7cc..4cae6ab3bfb2eecfe21dc2310eede46e78aaaf65 100644
(file)
--- a/
src/alloca.s
+++ b/
src/alloca.s
@@
-181,7
+181,7
@@
_alloca:
move.l sp,d1 ; get current SP value
sub.l d0,d1 ; adjust to reflect required size...
sub.l #MAXREG*4,d1 ; ...and space needed for registers
- and.l #-4,d1 ; backup to longword boundry
+ and.l #-4,d1 ; backup to longword bound
a
ry
move.l sp,a0 ; save old SP value for register copy
move.l d1,sp ; set the new SP value
tst.b -4096(sp) ; grab an extra page (to cover caller)